home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / drying.swf / scripts / DefineButton2_141 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-08-08  |  167b  |  7 lines

  1. on(press){
  2.    _root.mcPlayer.holdnum = 3;
  3.    _root.mcPlayer._x = _root.mcCloth3._x;
  4.    _root.mcPlayer.state = "hold";
  5.    _root.mcPlayer.gotoAndStop("flhold");
  6. }
  7.